object FormEnterUrl: TFormEnterUrl Left = 655 Top = 382 BorderIcons = [] BorderStyle = bsDialog Caption = 'A�adir p�gina web' ClientHeight = 96 ClientWidth = 311 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False Icon.Data = {} OldCreateOrder = False Position = poScreenCenter OnKeyUp = FormKeyUp OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LTitulo: TLabel Left = 56 Top = 12 Width = 132 Height = 13 Caption = 'Direcci�n de la p�gina web:' end object Image1: TImage Left = 14 Top = 16 Width = 24 Height = 24 Picture.Data = {} Transparent = True end object txtUrl: TPlaEdit Left = 56 Top = 31 Width = 244 Height = 21 Cursor = crIBeam MaxLength = 64 TabOrder = 0 Transparent = False OnKeyDown = FormKeyUp end object ButtonCancel: TPlaButton Tag = 2400 Left = 227 Top = 64 Width = 73 Height = 21 Anchors = [akRight, akBottom] Caption = '&Cancelar' TabOrder = 1 TabStop = False Cancel = True ModalResult = 2 end object ButtonAceptar: TPlaButton Tag = 2200 Left = 146 Top = 64 Width = 73 Height = 21 Anchors = [akRight, akBottom] Caption = '&Aceptar' TabOrder = 2 OnClick = ButtonAceptarClick Default = True end end